﻿@charset "utf-8";
/* CSS Document */
/*===============================================================================================================================*/
/*翻页样式*/
.paging {height:17px;line-height:17px;width:100%; text-align:center; font-size:0;}/*翻页条的外部样式*/
.paging a {display:inline-block; font-size:12px; width:15px;height:15px;text-align:center;line-height:15px; margin:0 6px;}
.pageing-middle a:hover{text-decoration:underline; color:#06C}
.pageing-now{color:#fa7a1e;font-weight:bold;}
/*按钮默认时的状态样式*/


/*翻页样式结束*/

/*===============================================================================================================================*/


/*留言表单开始*/
.mes-form input,.form textarea { font-size:12px; color:#333;/*表单内所有 文本字段 和 文本区域 的 字体大小 和 文字颜色 的参数*/}

.mes-form td { padding:5px 5px 3px 5px;/*表单内表格的单元格间距参数*/}

.mes-odd td { background:#f2f2f2;/*单元格隔行变色奇数行背景色*/}
.mes-even td { /*单元格隔行变色偶数行背景色*/}

.mes-left { width:13%;  font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.mes-right { width:87%; text-align:left;/*表单内表格右边单元格的参数*/}

.mes-right input { width:225px; height:20px; line-height:30px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.mes-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/roundbg_03.gif) no-repeat;}*/

.mes-right textarea { width:367px; height:107px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}
.mes-last td{ padding-left:80px;}
.mes-sub { width:100px; float:left; height:25px; display:inline; padding-left:45px; padding-top:10px;}
.mes-sub input { width:91px; height:27px; border:none; background:url(../images/jereh/sentmesbg.gif) no-repeat; cursor:pointer; float:left; padding-left:80px;/*表单内发送留言按钮的样式参数*/}

.mes-reset { width:100px; float:left; height:25px; display:inline; padding-top:10px;}
.mes-reset input { width:91px; height:27px; border:none; background:url(../images/jereh/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表单内查看留言按钮的样式参数*/}

/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "mes-right input" 与 "mes-sub input" 中的背景颜色图片样式删除*/
.mesinputbg1 { background:#ffffff;/*输入框默认的颜色*/}
.mesinputbg2 { background:#f6f6f6;/*输入框鼠标悬停的颜色*/}
/*留言表单结束*/


/*===============================================================================================================================*/



/*简历投递处样式*/
.job-form { margin:0 auto;}
.job-form input,.form textarea,.form select { font-size:12px; color:#333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/}

.job-form td { padding:3px 5px; /*表单内表格的单元格间距参数*/}

.job-two { padding:0px 12px;/*左边两个字的间距*/}

.job-odd td { background:#f1f1f1;/*单元格隔行变色奇数行背景色*/}
.job-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}
.job-last{ padding-top:10px;}

.job-left { width:13%; background:#fff; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.job-right { width:87%; text-align:left;/*表单内表格右边单元格的参数*/}

.job-right input { width:225px; height:25px; line-height:25px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.job-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/roundbg_03.gif) no-repeat;}*/

.job-right textarea { width:367px; height:107px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}

.job-right select { width:100px;/*表单内下拉列表的样式参数*/}

.job-sub { width:20px; float:left; height:25px; display:inline; padding-left:100px;}
.job-sub input { width:91px; height:27px; border:none; background:url(../images/jereh/resetjobbg.gif) no-repeat; cursor:pointer; float:left; margin-left:120px;/*表单内发送留言按钮的样式参数*/}

.job-reset { width:100px; float:left; height:25px; display:inline;}
.job-reset input { width:91px; height:27px; border:none; background:url(../images/jereh/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表单内查看留言按钮的样式参数*/}

/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "job-right input" 与 "job-sub input" 中的背景颜色图片样式删除*/
.jobinputbg1 { background:#ffffff;/*输入框默认的颜色*/}
.jobinputbg2 { background:#f6f6f6;/*输入框鼠标悬停的颜色*/}
/*简历投递处样式结束*/


/*===============================================================================================================================*/

/*订单样式*/
.order-form { margin:0 auto;}
.order-form input,.form textarea,.form select { font-size:12px; color:#333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/}

.order-form td { padding:3px 5px;/*表单内表格的单元格间距参数*/}

.order-two { padding:0px 12px;/*左边两个字的间距*/}

.order-odd td { background:#fff;/*单元格隔行变色奇数行背景色*/}
.order-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}

.order-left { width:13%; background:#fff; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.order-right { width:87%; text-align:left;/*表单内表格右边单元格的参数*/}

.order-right input { width:225px; height:25px; line-height:25px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.order-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/roundbg_03.gif) no-repeat;}*/

.order-right textarea { width:367px; height:107px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}

.order-right select { width:100px;/*表单内下拉列表的样式参数*/}

.order-sub { width:100px; float:left; height:25px; display:inline; padding-left:95px;}
.order-sub input { width:88px; height:22px; border:none; background:url(../images/jereh/sentorderbg.gif) no-repeat; cursor:pointer;/*表单内发送留言按钮的样式参数*/}

.order-reset { width:100px; float:left; height:25px; display:inline;}
.order-reset input { width:88px; height:22px; border:none; background:url(../images/jereh/resetorderbg.gif) no-repeat; cursor:pointer;/*表单内查看留言按钮的样式参数*/}

/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "order-right input" 与 "order-sub input" 中的背景颜色图片样式删除*/
.orderinputbg1 { background:#ffffff;/*输入框默认的颜色*/}
.orderinputbg2 { background:#f6f6f6;/*输入框鼠标悬停的颜色*/}
/*简历投递处样式结束*/


/*===============================================================================================================================*/


/*招聘信息*/
.job-list {width:682px; margin:0 auto;/*招聘列表整体样式*/}
.job-list th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#fff;/*招聘列表标题th的样式*/}
.job-list td {border-bottom:#CCC dotted 1px;/*招聘列表td单元格的样式*/}
.job-position{ width:240px; background:url(../hr/images/t.gif) no-repeat 26px 10px; padding-left:40px;}
.job-workplace{width:240px; padding-left:30px;}
.job-requirecount{width:109px; padding-left:30px;}
.job-pubdate{width:110px; padding-left:20px;}
.job-position a{ color:#666; font-weight: bold; text-decoration:underline;}
.job-position a:hover{ color:#666; text-decoration:none;}



.jt-name { width:35%;/*标题_招聘职位*/}
.jt-dpm { width:20%;/*标题_招聘部门*/}
.jt-area { width:15%;/*标题_工作地点*/}
.jt-num { width:15%;/*标题_人数*/}
.jt-date { width:15%;/*标题_日期*/}

.job-list td.jl-name { text-align:left; padding-left:40px;/*列表内容_招聘职位*/}
.jl-dpm { /*列表内容_招聘部门*/}
.jl-area { /*列表内容_工作地点*/}
.jl-num { font-family:"Verdana"; font-size:10px; color:#676767;/*列表内容_人数*/}
.jl-date { font-family:"Verdana"; font-size:10px; color:#676767;/*列表内容_日期*/}
/*招聘信息结束*/


/*===============================================================================================================================*/

/*资料下载*/
.data-listzl { font-size:12px; width:704px; margin:0 auto; background:url(../images/jereh/job_title_bg.gif) top no-repeat;/*招聘列表整体样式*/}
.data-listzl th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#fff;/*招聘列表标题th的样式*/}
.data-listzl td { text-align:center; line-height:28px; border-bottom:#f2f2f2 1px solid;/*招聘列表td单元格的样式*/}
/*资料下载*/

/*===============================================================================================================================*/
/*信息搜索*/
div.search-all{color:#000; margin-left:10px; line-height:25px;}
div.search-num{float:left;margin-right:5px; color:#F90;}
div.search-title{float:left;}

/*新闻列表*/
.newslist {background:url(../images/qckn_05.gif) no-repeat; width:670px;/*新闻列表整体样式*/}
.newslist th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#000; padding:2px; /*新闻列表标题th的样式*/}
.newslist td {  border-bottom:#E3E3E3 solid 1px; line-height:35px; /*新闻列表td单元格的样式*/}
.news-pubdate{color:#819AB0; padding:0 40px 0 30px; font-size:10px;}
.news-title{width:570px; float:left; border-bottom:#E3E3E3 solid 1px; line-height:35px; list-style-type:none; color:#004385}
.news-title a{ color:#004385; text-decoration:none;}
.news-title a:hover{color:#004385;text-decoration:underline;}
.news-title div a h2{ font-size:12px; font-weight:normal;}

.nt-name { width:80%;/*标题_新闻标题*/}
.nt-num { /*标题_点击次数*/}
.nt-date { width:20%;/*标题_日期*/}

.news-list td.nl-name { text-align:left; padding-left:40px;/*列表_新闻标题*/}
.nl-num { /*列表_点击次数*/}
.nl-date { font-family:"Verdana"; font-size:10px; color:#676767;/*列表_日期*/}
/*新闻列表结束*/
.news-order{text-align:center; line-height:27px;border-bottom:#dee6eb 1px solid; width:100px;}
.news-title{text-align:left; line-height:27px; height:27px;  border-bottom:#dee6eb 1px solid; font-family:Arial; width:250px;}
.newslist td.news-title div { width:250px; height:27px; text-align:left; line-height:27px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.news-pubdate{ border-bottom:#dee6eb 1px solid; width:100px;}
.news-viewcount{text-align:center; line-height:27px; border-bottom:#dee6eb 1px solid; font-family:Arial;}


/*===============================================================================================================================*/


/*图片列表*/
.pic-content { font-size:12px; line-height:0px; float:left; margin-right:10px; margin-left:10px; height:160px;/*包含图片的div样式*/}
.pic-content img { padding:3px; border:#CCC 1px solid; width:140px; height:120px;/*图片的样式*/}
.pic-name { line-height:20px; width:146px; color:#333; text-align:center; background:#E8E8E8; margin-top:4px; border:#CCC 1px solid;/*图片名称的样式*/}
.pic-name a { display:block; width:100%; line-height:20px;/*图片名称链接的样式*/}
/*图片列表结束*/


/*===============================================================================================================================*/


/*信息搜索*/
div.search-all{color:#000; margin-left:10px;border-bottom: #ccc 1px dotted;}
div.search-num{float:left;margin-right:5px; width:25px;}
div.search-title{float:left;line-height: 28px;}
.paging-search{margin-top: 30px;}
/*信息搜索*/

/*===============================================================================================================================*/

/*配件列表*/
.part-content { font-size:12px; line-height:0px; margin-bottom:2px; float:left; margin-left:5px;/*包含图片的div样式*/}
.part-content img { padding:3px; border:#CCC 1px solid; width:120px; height:100px;/*图片的样式*/}
.part-name { line-height:22px; width:122px; background:#ececec; border:#CCC 1px solid; color:#333; text-align:center;/*图片名称的样式*/}
.part-name a { display:block; width:100%; line-height:22px;/*图片名称链接的样式*/}
/*配件列表结束*/

/*===============================================================================================================================*/

/*留言列表*/
.meslist { font-size:12px; margin-bottom:20px;}
.meslist .mes-name{float:left;background:#EFEFEF; line-height:23px; border:solid 1px #EBEBEB; border-right:0; padding:0px 10px; width:360px; font-weight:bold;}
.meslist .mes-pubdate{float:left;background:#EFEFEF; line-height:23px; border:solid 1px #EBEBEB; border-left:0;padding:0px 10px;width:320px; text-align:right; font-weight:bold;}
.meslist .mes-message{ background:#fff; line-height:23px; border:solid 1px #EBEBEB;border-top:0;  padding:5px 10px;}
.meslist .mes-reply{background:#F5F5F5; line-height:23px; border:solid 1px #EBEBEB; border-top:0; padding:3px 10px;}

/*.mes-list { font-size:12px;}
.mes-list .mes-name{float:left;}
.mes-list .mes-pubdate{float:left;}
.mes-list .mes-message{}
.mes-list .mes-reply{}
*/
/*留言列表结束*/

/*===============================================================================================================================*/

.sel-search{float:none;}


